Home
last modified time | relevance | path

Searched refs:bootfs (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/files/
H A Dinit-install.sh182 bootfs=${device}${part_prefix}1
187 bootfs=${device}${part_prefix}2
194 echo "Boot partition size: $boot_size MB ($bootfs)"
204 echo "Creating boot partition on $bootfs"
211 echo "Creating boot partition on $bootfs"
227 while [ $C -ne 3 ] && [ ! -e $bootfs -o ! -e $rootfs -o ! -e $swap ]; do
232 echo "Formatting $bootfs to ext3..."
233 mkfs.ext3 $bootfs
252 boot_uuid=$(blkid -o value -s UUID ${bootfs})
257 bootdev=${bootfs}
[all …]
H A Dinit-install-testfs.sh115 bootfs=/dev/${device}${part_prefix}1
120 echo "Boot partition size: $boot_size MB ($bootfs)"
130 echo "Creating boot partition on $bootfs"
141 echo "Formatting $bootfs to ext3..."
142 mkfs.ext3 -L "boot" $bootfs
164 …echo "$bootfs /boot ext3 defaults 1 2" >> /tgt_root/et…
174 mount $bootfs /boot
H A Dinit-install-efi.sh173 bootfs=${device}${part_prefix}1
178 echo "Boot partition size: $boot_size MB ($bootfs)"
188 echo "Creating boot partition on $bootfs"
202 while [ $C -ne 3 ] && [ ! -e $bootfs -o ! -e $rootfs -o ! -e $swap ]; do
207 echo "Formatting $bootfs to vfat..."
208 mkfs.vfat $bootfs
226 boot_uuid=$(blkid -o value -s UUID ${bootfs})
239 mount $bootfs /boot
H A Dinit-install-efi-testfs.sh90 bootfs=/dev/${device}${part_prefix}1
95 echo "Boot partition size: $boot_size MB ($bootfs)"
105 echo "Creating boot partition on $bootfs"
117 echo "Formatting $bootfs to vfat..."
118 mkfs.vfat -n "boot" $bootfs
149 mount $bootfs /ssd