# Early shell access with no disk access attempts
if not anaconda.rescue_mount:
- runShell()
+ # support ks.cfg %post with --nomount only because it's easier
+ # the %post should be responsible for mounting all needed file systems
+ # NOTE: 1st script must be bash or simple python as nothing else might
be available in the rescue image
+ if anaconda.isKickstart:
+ from kickstart import runPostScripts
+ runPostScripts(anaconda)
+ else:
+ runShell()
+
sys.exit(0)
screen = SnackScreen()
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list