aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2013-12-08 01:41:09 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 04:27:49 +0200
commit836ba18991af12dd5094a79a3777bb736857f18a (patch)
treedcd5229566aae49fdddd896827d6106344672ce9
parent7f227546a8d07801898cb23530306b9190e447c5 (diff)
wibble
-rwxr-xr-xinclude/partition.sh2
-rwxr-xr-xpreseed.sh2
-rw-r--r--src/fripost-partman-udeb/Makefile2
-rwxr-xr-xsrc/fripost-postinst-udeb/finish-install.d/07fripost4
4 files changed, 5 insertions, 5 deletions
diff --git a/include/partition.sh b/include/partition.sh
index 54151e4..7e9fbed 100755
--- a/include/partition.sh
+++ b/include/partition.sh
@@ -95,4 +95,4 @@ fripost_fstab /dev/$vg/swap none swap sw
fripost_fstab /dev/$vg/home /home ext4 noatime
fripost_mount_partitions
-# TODO: EFI: format, add to fstab, how to populate?
+# TODO: EFI: format; add to fstab; how to populate?
diff --git a/preseed.sh b/preseed.sh
index cc617a4..3fbc329 100755
--- a/preseed.sh
+++ b/preseed.sh
@@ -46,7 +46,7 @@ rsync -aL ./include/ "$isoeditdir/include"/
find ./include \( \! -name '.*' -a -type f \) -print0 | \
xargs -r0 md5sum >> "$isoeditdir/md5sum.txt"
-# TODO: that's ugly
+# XXX: that's ugly
dist=$(for x in "$isoeditdir"/dists/*; do [ -h "$x" ] && continue; [ -d "$x" ] && echo ${x##*/} && break; done)
arch=$(for x in "$isoeditdir/dists/$dist/main"/binary-*; do test -d "$x" && echo ${x##*/binary-} && break; done)
packages="dists/$dist/main/debian-installer/binary-$arch/Packages"
diff --git a/src/fripost-partman-udeb/Makefile b/src/fripost-partman-udeb/Makefile
index b603c83..b1f19cf 100644
--- a/src/fripost-partman-udeb/Makefile
+++ b/src/fripost-partman-udeb/Makefile
@@ -6,7 +6,7 @@ LIBS = lib/stdbuf.so
all: ${LIBS}
%.so: %.c
- #TODO: multiarch (-m32/-m64)
+ # TODO: multiarch (-m32/-m64)
${CC} ${CFLAGS} $< -fPIC -shared -o $@
clean:
diff --git a/src/fripost-postinst-udeb/finish-install.d/07fripost b/src/fripost-postinst-udeb/finish-install.d/07fripost
index 9483eab..c00e617 100755
--- a/src/fripost-postinst-udeb/finish-install.d/07fripost
+++ b/src/fripost-postinst-udeb/finish-install.d/07fripost
@@ -172,7 +172,7 @@ cat > "$dpkg_remove" <<- EOF
wamerican
wbritish
EOF
-#XXX: the dummy package 'module-init-tools' is a dependency for 'acpid'.
+# XXX: the dummy package 'module-init-tools' is a dependency for 'acpid'.
#/usr/sbin/chroot /target /usr/bin/dpkg-query \
# --show --showformat='${binary:Package} ${binary:Summary}\n' \
# | sed -rn 's/^(\S+)\s.*\btransitional dummy package\b.*/\1/p' \
@@ -259,7 +259,7 @@ fi
progress "Fixing permissions on home directories"
db_get adduser/homedir-permission || true
-# Workaround for #398802
+# XXX: Workaround for #398802
if [ "${RET:-true}" = false ]; then
# Fix permissions for existing users
. /target/etc/adduser.conf