Added 0 0 to end of the ram0 line on fstab. Blame KingTaco for pointing it out.

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@367 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Chris Gianelloni 19 years ago
parent 756d433523
commit d0df07db85

@ -19,7 +19,7 @@ create_base_layout_cpio() {
mkdir -p ${TEMP}/initramfs-base-temp/usr/sbin mkdir -p ${TEMP}/initramfs-base-temp/usr/sbin
ln -s ../lib ${TEMP}/initramfs-base-temp/lib64 ln -s ../lib ${TEMP}/initramfs-base-temp/lib64
echo "/dev/ram0 / ext2 defaults" > ${TEMP}/initramfs-base-temp/etc/fstab echo "/dev/ram0 / ext2 defaults 0 0" > ${TEMP}/initramfs-base-temp/etc/fstab
echo "proc /proc proc defaults 0 0" >> ${TEMP}/initramfs-base-temp/etc/fstab echo "proc /proc proc defaults 0 0" >> ${TEMP}/initramfs-base-temp/etc/fstab
if [ "${DEVFS}" -eq '1' ] if [ "${DEVFS}" -eq '1' ]

@ -42,7 +42,7 @@ create_base_initrd_sys() {
ln -s ../bin ${TEMP}/initrd-temp/usr/bin ln -s ../bin ${TEMP}/initrd-temp/usr/bin
ln -s ../bin ${TEMP}/initrd-temp/usr/sbin ln -s ../bin ${TEMP}/initrd-temp/usr/sbin
echo "/dev/ram0 / ext2 defaults" > ${TEMP}/initrd-temp/etc/fstab echo "/dev/ram0 / ext2 defaults 0 0" > ${TEMP}/initrd-temp/etc/fstab
echo "proc /proc proc defaults 0 0" >> ${TEMP}/initrd-temp/etc/fstab echo "proc /proc proc defaults 0 0" >> ${TEMP}/initrd-temp/etc/fstab
if [ "${NODEVFSD}" = '' ] if [ "${NODEVFSD}" = '' ]

Loading…
Cancel
Save