aboutsummaryrefslogtreecommitdiffstats
path: root/export-noobs
Commit message (Collapse)AuthorAgeFilesLines
* Switch to PARTUUIDSerge Schneider2017-03-072-2/+2
|
* partition_setup.sh: Only copy filesSerge Schneider2017-03-061-3/+3
|
* Copy wpa_supplicant.conf from NOOBSSerge Schneider2017-03-061-0/+4
|
* Update release notesSerge Schneider2017-03-061-0/+4
|
* Copy ssh and ssh.txt to boot partition2017-03-02-raspbian-jessieSerge Schneider2017-03-061-0/+8
|
* Format boot partition as FAT32Serge Schneider2017-03-061-0/+1
|
* Update release notesSerge Schneider2017-03-061-0/+2
|
* Update release notesSerge Schneider2017-03-061-0/+15
|
* Added Docker support (#40)Claus F. Strasburger2017-01-231-3/+15
| | | | | | | | | | | | | * Added Docker support - replaced necessity for devicemapper (through kpartx) by using parted and losetup with offsets - added Dockerfile - added dependency for parted and grep - added hints to README.md - common: loop through unmounts, fix shellcheck warnings * stage2: use debconf instead of console-setup patch. Fixes #41
* export-noobs: umount boot before archiving root2016-11-25-raspbian-jessieSerge Schneider2016-11-291-0/+1
| | | | | bsdtar does not add directories which are mountpoints. This removes /boot from the archive and prevents init_resize.sh from working.
* partition_setup.sh: Don't cut off parameters added by pix-plym-splashSerge Schneider2016-11-291-1/+1
|
* Disable SSH by defaultSerge Schneider2016-11-231-1/+2
|
* export-noobs: use gnutar format for bsdtarSerge Schneider2016-11-221-2/+2
|
* Update release notesSerge Schneider2016-11-211-0/+22
|
* export-noobs: use bsdtarSerge Schneider2016-11-211-2/+2
|
* Fix umount_image (#22)Joseph Carter2016-10-061-4/+3
| | | | | | | | | | | | | | | | | | | | * export-noobs/prerun.sh: Use nested mountpoint While it seems elegant and intuitive to use separate bootfs and rootfs mountpoints for compressing the partitions, doing so violates a precondition of unmount_image that they be mounted as a tree. This causes the image to not be properly unmounted and detached. A better solution might be to pack up the previous stage's chroot directory, but that rework can wait for the time being. scripts/common.sh: Output device name correctly A misplaced ) in unmount_image caused the loop device to be incorrectly identified, resulting in a fair bit of chaos trying to unmount other filesystems on /dev/mapper devices. Such as / on a LUKS-encrypted installation, for example. The unmount will fail as it should and build.sh will abort the build without any cleanup. Best to avoid that. These changes close RPi-Distro/pi-gen#19
* export-noobs: ensure STAGE_WORK_DIR existsSerge Schneider2016-05-271-0/+1
|
* Add noobs export stage2016-05-27-raspbian-jessieSerge Schneider2016-05-2714-0/+262