Changeset a235193 for BOOK/boot


Ignore:
Timestamp:
Apr 22, 2014, 1:54:37 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0ade8e4
Parents:
194ef03
Message:

Removed unneeded filesystems from boot section fstab

Location:
BOOK/boot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/fstab.xml

    r194ef03 ra235193  
    2828/dev/<replaceable>[xxx]</replaceable>     /            <replaceable>[fff]</replaceable>  defaults         1     1
    2929/dev/<replaceable>[yyy]</replaceable>     swap         swap   pri=1            0     0
    30 proc           /proc        proc   defaults         0     0
    31 sysfs          /sys         sysfs  defaults         0     0
    3230devpts         /dev/pts     devpts gid=&gid-tty;,mode=620   0     0
    3331shm            /dev/shm     tmpfs  defaults         0     0
    34 tmpfs          /run         tmpfs  defaults         0     0
    35 devtmpfs       /dev         devtmpfs mode=0755,nosuid 0     0
    3632
    3733# End /etc/fstab</literal>
  • BOOK/boot/sparc/fstab.xml

    r194ef03 ra235193  
    2727/dev/<replaceable>[xxx]</replaceable>        /            <replaceable>[fff]</replaceable>       defaults         1     1
    2828/dev/<replaceable>[yyy]</replaceable>        swap         swap        pri=1            0     0
    29 proc           /proc           proc        defaults         0     0
    30 sysfs          /sys            sysfs       defaults         0     0
    3129devpts         /dev/pts        devpts      gid=&gid-tty;,mode=620   0     0
    3230shm            /dev/shm        tmpfs       defaults         0     0
    33 tmpfs          /run            tmpfs       defaults         0     0
    34 devtmpfs       /dev            devtmpfs    mode=0755,nosuid 0     0
    3531none           /proc/openprom  openpromfs  defaults         0     0
    3632# End /etc/fstab</literal>
Note: See TracChangeset for help on using the changeset viewer.