On Tue, May 31, 2011 at 10:25 PM, itachi <[email protected]> wrote:
> Hi, > I have made the following changes to installer-shell in project > MeeGo:1.2:oss:Testing. Please review and accept ASAP. > Itachi, Vivian, can you push git tags to the gitorious tree? We need to have the tags in the git tree otherwise it's hard to track back when things were released. more comments below: > @@ -680,6 +684,14 @@ > echo "$ROOTDEV / btrfs nodatasum,relatime,compress > 1 1" >> $FSTAB_FILE > echo "$ROOTDEV /home btrfs > nodatasum,relatime,compress,subvolid=$HOMEID 1 2" >> $FSTAB_FILE > echo "$SWAPDEV swap swap defaults > 0 0" >> $FSTAB_FILE > + > + cat >> $FSTAB_FILE <<EOF > +tmpfs /dev/shm tmpfs defaults 0 > 0 > +devpts /dev/pts devpts gid=5,mode=620 0 > 0 > +sysfs /sys sysfs defaults 0 > 0 > +proc /proc proc defaults 0 > 0 > +EOF > + > this should not end up in trunk images, since for systemd we do not want these parts in the fstab file we should make this part conditional on the existence of e.g. the sysvinit package, or the /etc/inittab file. Auke
_______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
